home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #1
/
Amiga Plus 1998 #1.iso
/
demo-versionen
/
haage&partner
/
warpup-warpos
/
source
/
exceptions
/
fp.p
< prev
next >
Wrap
Text File
|
1997-09-24
|
968b
|
35 lines
incdir include:
incdir lvo:
** '(C) Copyright 1997 Haage & Partner Computer GmbH'
** All Rights Reserved
include powerpc/ppcmacros.i
include powerpc/powerpc.i
include powerpc_lib.i
xref _PowerPCBase
xref _LinkerDB
executable
oea
version 9
start
prolog 1024
li r4,HW_FPEXCON
CALLPOWERPC SetHardware
liw r4,FPF_EN_OVERFLOW
CALLPOWERPC ModifyFPExc
lf f0,fpvalue
fadd f0,f0,f0
liw r4,FPF_DIS_OVERFLOW
CALLPOWERPC ModifyFPExc
li r4,HW_FPEXCOFF
CALLPOWERPC SetHardware
epilog
section data
fpvalue dc.l $7fefffff,$ffffffff